home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 239 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news.zeitgeist.net!usenet
  2. From: mwm@contessa.phone.net (Mike Meyer)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: BFFS?
  5. Date: Wed, 24 Jan 1996 11:25:41 PST
  6. Organization: Missionaria Phonibalonica
  7. Distribution: world
  8. Message-ID: <19960124.7495DE0.A89D@contessa.phone.net>
  9. References: <4e5h6n$5bc@stc06.ctd.ornl.gov>
  10. NNTP-Posting-Host: contessa.phone.net
  11. X-NewsReader: Amiga Yarn 3.9, 1995/05/09 10:42:03
  12.  
  13. In <4e5h6n$5bc@stc06.ctd.ornl.gov>, thomas@ORNL.GOV (charles thomas) wrote:
  14. > With all this talk about BFFS I'm wondering why
  15. > it's used. I installed NetBSD-1.1 from scratch
  16. > and it came with an ADOS file system driver. It
  17. > appears that I can mount and copy from ADOS
  18. > file systems without any problem. What exactly
  19. > does BFFS do for me?
  20.  
  21. Go the other way. Save a little disk space.
  22.  
  23. Until I upgraded to NetBSD 1.1 (and disks, which appears to be the
  24. problem) the ADOS side mounted my root partition as netbsd:, and
  25. user-startup did:
  26.  
  27.     if exists netbsd:bootcommand
  28.         execute netbsd:bootcommand
  29.     endif
  30.  
  31. On the netbsd side, /bootcommand contained one line:
  32.     netbsd:loadbsd -a netbsd:netbsd
  33.  
  34. This meant I could control the boot behavior of netbsd without ever
  35. having to drop back out to AmigaDOS. I don't think the ados driver
  36. will let you do this - especially if you aren't willing to write to
  37. any partition from a foriegn OS.
  38.  
  39.     <mike
  40.